✨ Skill ability enhancement and bug fix#3017
Merged
Merged
Conversation
…d by tenant creation or admin management ♻️ Remove terminal skill installation in deploy.sh ✨ Users can now manage skills in tenant resource page
♻️ Change default skill install directory to $ROOT_DIR/nexent-data
🐛 Bugfix: code retrieved from knowledge base would falsely be executed
… agent prompt ♻️ Add backend support to skill-tenant management and official skill installation
…kill-params-config # Conflicts: # backend/consts/model.py # backend/services/agent_service.py # backend/services/prompt_service.py
🧪 Add unit tests
🧪 Add unit tests
This was
linked to
issues
May 25, 2026
YehongPan
reviewed
May 26, 2026
Comment on lines
+6
to
+8
| COMMENT ON COLUMN nexent.ag_skill_info_t.tenant_id IS 'Tenant ID for multi-tenancy. NULL for pre-existing skills.'; | ||
| COMMENT ON COLUMN nexent.ag_skill_info_t.config_values IS 'Runtime parameter values from config/config.yaml'; | ||
| COMMENT ON COLUMN nexent.ag_skill_info_t.config_schemas IS 'Parameter metadata list from config/schema.yaml'; |
YehongPan
reviewed
May 26, 2026
| COMMENT ON COLUMN nexent.ag_skill_instance_t.enabled IS 'Whether this skill is enabled for the agent'; | ||
| COMMENT ON COLUMN nexent.ag_skill_instance_t.version_no IS 'Version number. 0 = draft/editing state, >=1 = published snapshot'; | ||
| COMMENT ON COLUMN nexent.ag_skill_instance_t.config_values IS 'Per-agent runtime parameter values from config/config.yaml'; | ||
| COMMENT ON COLUMN nexent.ag_skill_instance_t.config_schemas IS 'Per-agent parameter schema overrides from config/schema.yaml'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Skill support parameter configuration with version management

✨ Support frontend skill install wizard

♻️ Remove terminal skill installation in deploy.sh
✨ Users can now manage skills in tenant resource page

✨ Supports tenant-level separation of skills
♻️ Change default skill install directory to $ROOT_DIR/nexent-data
Fix:#3021
✨ Agent export/import now includes skills
♻️ Agent constraint and few shot tab would remain empty when generating prompt
🐛 Bugfix: code retrieved from knowledge base would falsely be executed
🐛 Bugfix: skills start with "create" cannot be inspected
Fix: #2975